projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
915e4c6
)
gdkeventsource-wayland: Fix style
author
Jasper St. Pierre
<jstpierre@mecheye.net>
Mon, 29 Dec 2014 01:54:09 +0000
(17:54 -0800)
committer
Jasper St. Pierre
<jstpierre@mecheye.net>
Mon, 29 Dec 2014 02:13:34 +0000
(18:13 -0800)
gdk/wayland/gdkeventsource.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkeventsource.c
b/gdk/wayland/gdkeventsource.c
index 11e7b1ef5916b982a609be60dd23537960fef5a0..1595a3079abce44eb216abba95ed653b284f5b75 100644
(file)
--- a/
gdk/wayland/gdkeventsource.c
+++ b/
gdk/wayland/gdkeventsource.c
@@
-135,9
+135,9
@@
_gdk_wayland_display_event_source_new (GdkDisplay *display)
display_wayland = GDK_WAYLAND_DISPLAY (display);
wl_source->display = display;
- wl_source->pfd.fd = wl_display_get_fd(display_wayland->wl_display);
+ wl_source->pfd.fd = wl_display_get_fd
(display_wayland->wl_display);
wl_source->pfd.events = G_IO_IN | G_IO_ERR | G_IO_HUP;
- g_source_add_poll(source, &wl_source->pfd);
+ g_source_add_poll
(source, &wl_source->pfd);
g_source_set_priority (source, GDK_PRIORITY_EVENTS);
g_source_set_can_recurse (source, TRUE);